home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 9
/
El Mac 9.iso
/
Shareware
/
Applications
/
Charting Coach v1.5
/
Charting Coach v1.dxr
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-08
|
232 b
|
13 lines
on mouseUp
global endDate, beginDate, theDate
if the doubleClick then
exit
end if
set beginDate to getSerialDate(theDate)
set endDate to beginDate - 1
go("setupShowDays")
showDays()
go("date ok")
cursor(0)
end